textbuffer: Some more insert_with_attributes speedup
authorMatthias Clasen <mclasen@redhat.com>
Wed, 12 Aug 2020 17:41:53 +0000 (13:41 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 13 Aug 2020 16:36:39 +0000 (12:36 -0400)
commitea887959bd0674b1c153335bad212de61bd4828f
tree666adc46921bb0401f4200b37b6dc1fbfa14fc0a
parent4c78f628db2b07de8af345b6dd680d0e72b41280
textbuffer: Some more insert_with_attributes speedup

There is no need for use to collect tags in an array;
we can just insert them into the text buffer right away.
gtk/gtktextbuffer.c